|
You can manage users in IBM® Sametime® Advanced by running the stlicadmin command line tool. The tool has commands for adding and removing users.
|
You can manage users in IBM® Sametime® Advanced by running the stlicadmin command line tool. The tool has commands for adding and removing users.
Purpose
The tool has commands for adding and removing users. The stlicadmin command is available in the AppServer/bin directory.
Syntax
./stlicadmin.sh {--add | --delete} {--user Uid | --group Gid | --batch Fname}
Commands
add | Add a new user or group of users |
delete | Delete a user or group of users |
Parameters
Parameter | Syntax | Value | Description |
user | -u | UserName | The user being referenced. Required unless -b or -g is specified. The UserName parameter is specified as the email address. |
group | -g | GroupName | An LDAP group. Required unless -u or -b is specified. |
batch | -b | FileName | Batch mode. Specify a file containing a list of users, required unless -u or -g is specified. |
host | -h | HostName | The server that hosts the license service |
port | -p | PortNumber | The port of the server to be connected |
adminId | adminId | adminUserName | Administrator user ID to log in to the server |
adminIdPwd | adminIdPwd | adminUserIdPassword | Adminsitrator's password |
Parent topic: Configuring licensing management: sta8521 |